Results 1 to 6 of 6

Thread: Ftp process using folder name for password

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jun 2011
    Posts
    21

    Default

    The files actually upload. I can see them on the video server. But the process never finishes on the process queue (vshare site). I get this far in the log:

    Connecting to FTP server
    server_id = 1
    Server IP = XXX.XXX.XXX.XXX
    Server URL = http://www.whatverserver.com/share/video
    Server folder = video
    FTP: connected
    FTP: logged in.
    ftp_chdir(video)
    ftp_pwd = /video

    That last line is why I asked about the password display. It sort of hangs there, uploading then just does nothing.

  2. #2

    Default

    Hi,

    ftp_pwd is a php function, returns the current directory name in the remote server.

    PHP: ftp_pwd - Manual

    Thanks,

    Buyscripts Team.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •