Lucas Buck
Executive Member
Leave out the "PS D:\>" when copying the command.Thank you ponder for all the information and to all the guys who did the same and the guys who lead me to this.Ponder this is great stuff man.I will archive this information immediately.Just a quick question is this ftp server gonna run for a long time and is these folders being updated bi yearly..Ponder this was the solution i was looking for although others also said ftp but i ran powershell and it could not find anything,i will post the error but the explorer side worked.
When running powershell this error occurs
Get-Process : A positional parameter cannot be found that accepts argument 'ftp'.
At line:1 char:1
+ PS D:\> ftp ftp.sun.ac.za
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument:) [Get-Process], ParameterBindingException
+ FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.GetProcessCommand
Insert this command in powershell, "ftp ftp.sun.ac.za", without the quotation marks.
Last edited:
