.NET Framework - Set folder and file permissions with EW2?

Asked By Jeremy
04-Feb-10 05:17 PM
Is it possible to set directory (folder) and file permissions on a Unix
server with EW2? Or do I need a FTP client like FileZilla to do that...
I could not find anything in EW Help when I searched for "permissions".
Thanks
Jeremy
Linux
(1)
SimilarFTP
(1)
FTP
(1)
Unix
(1)
Directory
(1)
CHMOD
(1)
  Andrew Murray replied to Jeremy
04-Feb-10 06:21 PM
If you mean (for example) CHMOD commands, yes you need FileZilla or similar
FTP application that can execute Unix/Linux server commands.
  Hot-text replied to Andrew Murray
08-Feb-10 11:12 PM
I Running FileZilla  it is a good one!
Create New Account
help
command ftp .NET Framework Hi, plz tell me why command: ftp -s:"c: \ ftp.txt" in CMD work and in Powershell - it show me all options of ftp command and dont work. Powershell Discussions Active Directory (1) Windows Server (1) VBScript (1) FTP (1) ActionScript (1) JeffHicks (1) Frameworks (1) Director (1) Try simply: PS ftp `-s:"c: \ ftp.txt" PowerShell is trying to parse the dash. Escaping only it seems to work. Marco than a bug of some sort. Here's a work around for PowerShell: cmd / c 'ftp -s:c: \ ftp.txt' - - sapienscripter Coming Soon: 'Managing Active Directory with Windows PowerShell: TFM' (http
Ftp Cocluido - haber si me ayudan a pulir algunos datos. .NET Framework se encuentra aqui: ftp: / / ftp.cclf.com.pe / frm_ftp.zip Es peque?o el formulario pero funciona muy eficientemente pruebenlo falla. trabaja con el winnet algo que no solucione es que: el archivo en el ftp tienen una fecha y cuando lo descarga, se pone como fecha de creacion la hora actualizacion gracias, de aqui sacare alguas ides espero estes de acuerdo No hay problema. keywords: Ftp, Cocluido, -, haber, si, me, ayudan, a, pulir, algunos, datos. description: se encuentra aqui: ftp: / / ftp.cclf.com.pe / frm_ftp.zip Es pequeo el formulario pero funciona muy eficientemente pruebenlo y
FTP and Scripting .NET Framework Hi I wrote a small script to get information from an FTP-Server. It stops working with the message "425 Unable to build data connection: Connection timed out". What is the problem with my script? The Script: - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --FTPListing.bat @echo off > %0.ftp ftp -s:%0.ftp > %0.txt My Log-File - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -LOG-DATEI ftp> Connected with www.domain.de o www.domain.de 220 FTP Server ready. User (www.domain.de:(none)): 331 Password required for USERNAME 230 User USERNAME logged in ftp> dir 200 PORT command successful 425 Unable to build data connection: Connection timed out ftp
ftp to ftp .NET Framework my requierment is first download file from one ftp server and then upload to another ftp server 1) how do i know when the files finish the downloading, before i start the file upload to other server VB.NET Discussions FTP (1) Andersson (1) Göran (1) Ansynchronous (1) Requierment (1) Callback (1) Wget (1) Hello Grey AFAIK FTP servers can provide the file size. You would then just get the file size from a notification when the download is complete. - - Göran Andersson _ __ __ http: / / www.guffa.com keywords: ftp, to, ftp description: my requierment is first download file from one ftp server and then upload to